home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / samename.fpl.readme < prev    next >
Text File  |  1996-03-26  |  835b  |  29 lines

  1. ############################################
  2. File: SameName.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: Ask when you try to load an existing file.
  6. Version: 1.0
  7. Date: 1.8.94
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.   A hook is trigged on "SameName" to call "SameName_hook".  It will be called when
  18. the user tries to load a file with a filename that already exist as an buffer.
  19.  
  20.   If the path is identically, a requester will ask the user if he wants to open
  21. the file, activate the existing or abort the load.  If the path is different it
  22. will only ask if the user wants to continue or abort the loading.
  23.  
  24. NOTE
  25.   It is quite simple to remove the requester if the path aren't identically, if
  26. you like that better.
  27.  
  28.  
  29.